-
-
Notifications
You must be signed in to change notification settings - Fork 179
revert(package): use exact uglify-es
version (dependencies
) (#199)
#202
Conversation
@kzc @filipesilva Does someone from the Uglify/Angular team know what exactly broke between |
@michael-ciniawsky mishoo/UglifyJS#2663 was the problem affecting Angular projects, and it seems JQuery as well. It was fixed via mishoo/UglifyJS@cb62bd9 and released in |
I can confirm what @filipesilva said. That bug has been fixed and released. @filipesilva Could you test Angular against the latest |
Thx @filipesilva @kzc updated the minimum to |
package.json
Outdated
@@ -35,7 +38,7 @@ | |||
"serialize-javascript": "^1.4.0", | |||
"schema-utils": "^0.3.0", | |||
"source-map": "^0.6.1", | |||
"uglify-es": "3.2.2", | |||
"uglify-es": "^3.3.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any particular reason 3.3.3 was chosen?
'3.2.2': '2017-12-10T18:36:46.421Z',
'3.3.0': '2017-12-24T16:05:47.966Z',
'3.3.1': '2017-12-25T13:11:01.187Z',
'3.3.2': '2017-12-25T21:24:34.232Z',
'3.3.3': '2017-12-28T21:32:12.606Z',
'3.3.4': '2017-12-31T04:57:50.883Z' },
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#202 (comment) is the only 'reason', I will update to v3.3.4
(@latest
) :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
83cf803
to
030f60d
Compare
@michael-ciniawsky I can confirm that Also I don't think this is intended, but you're also reverting the We can pin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
030f60d
to
09ea57e
Compare
@filipesilva 😱 Thx 👍 |
No description provided.